home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / assembly / mapsrc.lha / macros / true < prev    next >
Encoding:
Text File  |  1980-02-19  |  74 b   |  6 lines

  1.  
  2. true:    macro            ;sets all flags and rts's
  3.     move.w #%11111,-(sp)
  4.     rtr
  5.     endm
  6.